home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / plugins / HTMLWindow.jar / horst / CenterView.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-03-18  |  600 b   |  13 lines

  1. package horst;
  2.  
  3. public class CenterView extends BlockView {
  4.    public CenterView(View parent, Element e, HTMLPane container) {
  5.       super(parent, e, container);
  6.       super.m_alignment = 1;
  7.    }
  8.  
  9.    protected boolean isWrappable() {
  10.       return true;
  11.    }
  12. }
  13.